home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineSprite_1249 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  197 b   |  12 lines

  1. function reset()
  2. {
  3.    this.itemname = "";
  4.    this.itemdes = "";
  5.    this.iteme = "non";
  6.    this.itemnum = 0;
  7.    this.showgo = 1;
  8.    this.itemcost = "";
  9.    this.gotoAndStop(1);
  10. }
  11. reset();
  12.